func runtime.gcount
5 uses
runtime (current package)
debug.go#L180: return int(gcount(false))
metrics.go#L864: a.gTotal = uint64(gcount(true))
mprof.go#L1362: return int(gcount(false)), false
mprof.go#L1378: n = int(gcount(false))
proc.go#L5699: func gcount(includeSys bool) int32 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |